Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_class
get_class
Return the object's class name
Name:
get_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Return the object's class name
Related
Use microtime() to test query and read time
2
Common parameter passing errors in connect() function
6
Basic coordination between PHP socket_accept() and socket_create()
9
Use mb_eregi_replace to replace the line break as <br>
3
Similar Functions
get_class_vars
get_class_vars
Returnsanarrayofdefa
property_exists
property_exists
Checkifanobjectorcla
method_exists
method_exists
Checkiftheclassmetho
get_class
get_class
Returntheobject'
get_object_vars
get_object_vars
Returntowritetoyouth
get_parent_class
get_parent_class
Returnstheparentclas
is_subclass_of
is_subclass_of
Checkswhethertheobje
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
Popular Articles